]> dgit.raspbian.org Git - ostree.git/commit
ci: Make fuse and libfuse-dev conditional for Debian Testing
authorXiaofeng Wang <henrywangxf@me.com>
Thu, 2 Apr 2026 03:36:20 +0000 (11:36 +0800)
committerXiaofeng Wang <henrywangxf@me.com>
Thu, 2 Apr 2026 03:36:20 +0000 (11:36 +0800)
commit94fa20c392a46b71f9767ed7319f85a922bd3b86
treee761572e3d2c6b3a1cf422cc942dc592ab148ca9
parent690e37400ecf4e9ba7629aa1b0403c8935f29e0b
ci: Make fuse and libfuse-dev conditional for Debian Testing

The libfuse-dev and fuse (FUSE 2) packages have been removed from
Debian Testing (forky/sid). Move them out of the unconditional package
list and only install them on older Debian/Ubuntu versions that still
provide FUSE 2. FUSE 3 support is already handled via the libfuse3-dev
argument logic.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Xiaofeng Wang <henrywangxf@me.com>
ci/gh-install.sh